openssh: update to 10.1p1
authorJohn Audia <[email protected]>
Mon, 6 Oct 2025 18:35:46 +0000 (14:35 -0400)
committerHannu Nyman <[email protected]>
Sat, 11 Oct 2025 16:01:17 +0000 (19:01 +0300)
Changelog: https://www.openssh.com/txt/release-10.1

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia <[email protected]>
net/openssh/Makefile

index 87b8d9e522255396169631795f546911b1d5340a..d95ea87f0bbc835d98cc7cf0fd1110e27225aa4b 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
-PKG_REALVERSION:=10.0p1
-PKG_VERSION:=10.0_p1
-PKG_RELEASE:=3
+PKG_REALVERSION:=10.1p1
+PKG_VERSION:=10.1_p1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_REALVERSION).tar.gz
 PKG_SOURCE_URL:=https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
                https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
-PKG_HASH:=021a2e709a0edf4250b1256bd5a9e500411a90dddabea830ed59cef90eb9d85c
+PKG_HASH:=b9fc7a2b82579467a6f2f43e4a81c8e1dfda614ddb4f9b255aafd7020bbf0758
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(if $(BUILD_VARIANT),$(PKG_NAME)-$(BUILD_VARIANT)/)$(PKG_NAME)-$(PKG_REALVERSION)
 
 PKG_LICENSE:=BSD ISC